d_rss ~master (2022-05-11T02:07:18.4921953)
Dub
Repo
mrss_item_t
d_rss
mrss
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
mrss_item_t {
mrss_element_t
element
;
int
allocated
;
char
*
title
;
char
*
title_type
;
char
*
link
;
char
*
description
;
char
*
description_type
;
char
*
copyright
;
char
*
copyright_type
;
char
*
author
;
char
*
author_uri
;
char
*
author_email
;
char
*
contributor
;
char
*
contributor_uri
;
char
*
contributor_email
;
char
*
comments
;
char
*
pubDate
;
char
*
guid
;
int
guid_isPermaLink
;
char
*
source
;
char
*
source_url
;
char
*
enclosure
;
char
*
enclosure_url
;
int
enclosure_length
;
char
*
enclosure_type
;
mrss_category_t
*
category
;
mrss_tag_t
*
other_tags
;
mrss_item_t
*
next
;
}
Members
Variables
allocated
int
allocated
;
Undocumented in source.
author
char
*
author
;
Undocumented in source.
author_email
char
*
author_email
;
Undocumented in source.
author_uri
char
*
author_uri
;
Undocumented in source.
category
mrss_category_t
*
category
;
Undocumented in source.
comments
char
*
comments
;
Undocumented in source.
contributor
char
*
contributor
;
Undocumented in source.
contributor_email
char
*
contributor_email
;
Undocumented in source.
contributor_uri
char
*
contributor_uri
;
Undocumented in source.
copyright
char
*
copyright
;
Undocumented in source.
copyright_type
char
*
copyright_type
;
Undocumented in source.
description
char
*
description
;
Undocumented in source.
description_type
char
*
description_type
;
Undocumented in source.
element
mrss_element_t
element
;
Undocumented in source.
enclosure
char
*
enclosure
;
Undocumented in source.
enclosure_length
int
enclosure_length
;
Undocumented in source.
enclosure_type
char
*
enclosure_type
;
Undocumented in source.
enclosure_url
char
*
enclosure_url
;
Undocumented in source.
guid
char
*
guid
;
Undocumented in source.
guid_isPermaLink
int
guid_isPermaLink
;
Undocumented in source.
link
char
*
link
;
Undocumented in source.
next
mrss_item_t
*
next
;
Undocumented in source.
other_tags
mrss_tag_t
*
other_tags
;
Undocumented in source.
pubDate
char
*
pubDate
;
Undocumented in source.
source
char
*
source
;
Undocumented in source.
source_url
char
*
source_url
;
Undocumented in source.
title
char
*
title
;
Undocumented in source.
title_type
char
*
title_type
;
Undocumented in source.
Meta
Source
See Implementation
d_rss
mrss
aliases
mrss_generic_t
enums
CURLcode
mrss_element_t
mrss_error_t
mrss_flag_t
mrss_version_t
functions
mrss_curl_strerror
mrss_element
mrss_free
mrss_get
mrss_get_last_modified
mrss_get_last_modified_with_options
mrss_get_last_modified_with_options_and_error
mrss_new
mrss_new_subdata
mrss_options_free
mrss_options_new
mrss_parse_buffer
mrss_parse_file
mrss_parse_url
mrss_parse_url_with_options
mrss_parse_url_with_options_and_error
mrss_parse_url_with_options_error_and_transfer_buffer
mrss_remove_subdata
mrss_search_attribute
mrss_search_tag
mrss_set
mrss_strerror
mrss_write_buffer
mrss_write_file
manifest constants
LIBMRSS_MAJOR_VERSION
LIBMRSS_MICRO_VERSION
LIBMRSS_MINOR_VERSION
LIBMRSS_VERSION_STRING
structs
mrss_attribute_t
mrss_category_t
mrss_day_t
mrss_hour_t
mrss_item_t
mrss_options_t
mrss_t
mrss_tag_t